Keysight VISA.NET Help
MoveOut8(AddressSpace,Int64,Byte[]) Method



The address space.
The offset (in bytes) of the destination starting address or register to which data from sourceBuffer is moved.
The data to move to the destination.
Moves an 8-bit block of data from local (source) memory to the specified destination memory space (assigned memory base + offset).
Syntax
'Declaration
 
Overloads Sub MoveOut8( _
   ByVal space As AddressSpace, _
   ByVal destinationOffset As Long, _
   ByVal sourceBuffer() As Byte _
) 
'Usage
 
Dim instance As IRegisterBasedSession
Dim space As AddressSpace
Dim destinationOffset As Long
Dim sourceBuffer() As Byte
 
instance.MoveOut8(space, destinationOffset, sourceBuffer)

Parameters

space
The address space.
destinationOffset
The offset (in bytes) of the destination starting address or register to which data from sourceBuffer is moved.
sourceBuffer
The data to move to the destination.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025